home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / TIMESCPE.dxr / 00176.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  368 b   |  21 lines

  1. on exitFrame
  2.   global gEdgeCheck, gStop, gChapter
  3.   repeat with i = 1 to 5
  4.     puppetSprite(i, 0)
  5.   end repeat
  6.   repeat with i = 39 to 47
  7.     puppetSprite(i, 0)
  8.   end repeat
  9.   set gEdgeCheck to 0
  10.   set gStop to 0
  11.   if gChapter = 98 then
  12.     go(1, "Tour")
  13.   else
  14.     if gChapter = 99 then
  15.       go(1, "Credits")
  16.     else
  17.       go(1, "Toolbook")
  18.     end if
  19.   end if
  20. end
  21.